Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] Fix small papercuts: SyntaxWarning and coverage reports #1488

Merged
merged 1 commit into from
Apr 28, 2021

Conversation

luizirber
Copy link
Member

@luizirber luizirber commented Apr 28, 2021

Fix two things that are bothering me when running tests:

@ctb
Copy link
Contributor

ctb commented Apr 28, 2021

excellent, the first one has been bothering me too 😆

@codecov
Copy link

codecov bot commented Apr 28, 2021

Codecov Report

Merging #1488 (432bee0) into latest (f128e9b) will increase coverage by 5.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           latest    #1488      +/-   ##
==========================================
+ Coverage   89.76%   94.89%   +5.13%     
==========================================
  Files         123       96      -27     
  Lines       19553    15930    -3623     
  Branches     1497     1497              
==========================================
- Hits        17552    15117    -2435     
+ Misses       1775      587    -1188     
  Partials      226      226              
Flag Coverage Δ
python 94.89% <100.00%> (ø)
rust ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/test_sourmash.py 99.71% <100.00%> (ø)
src/core/src/wasm.rs
src/core/src/signature.rs
src/core/src/ffi/nodegraph.rs
src/core/src/ffi/hyperloglog.rs
src/core/src/sketch/hyperloglog/estimators.rs
src/core/src/index/mod.rs
src/core/src/sketch/minhash.rs
src/core/src/cmd.rs
src/core/src/from.rs
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f128e9b...432bee0. Read the comment docs.

@luizirber luizirber merged commit 481014e into latest Apr 28, 2021
@luizirber luizirber deleted the minor_fixes_warnings branch April 28, 2021 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants